projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70afcff
)
(toplevel) [HAVE_TERMCAP_H]: Include termcap.h.
author
Gerd Moellmann
<gerd@gnu.org>
Thu, 16 Sep 1999 12:52:12 +0000
(12:52 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Thu, 16 Sep 1999 12:52:12 +0000
(12:52 +0000)
src/cm.c
patch
|
blob
|
history
diff --git
a/src/cm.c
b/src/cm.c
index ef4dccd23de0786624257faf6c72c02942a44049..8ab302a601248edd3e7c909018a3dd9709abc3d5 100644
(file)
--- a/
src/cm.c
+++ b/
src/cm.c
@@
-25,6
+25,10
@@
Boston, MA 02111-1307, USA. */
#include "cm.h"
#include "termhooks.h"
+#ifdef HAVE_TERMCAP_H
+#include <termcap.h>
+#endif
+
#define BIG 9999 /* 9999 good on VAXen. For 16 bit machines
use about 2000.... */